Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

YJIT: specialized codegen for integer right shift #9564

Merged
merged 2 commits into from Jan 17, 2024

Conversation

maximecb
Copy link
Contributor

Used in optcarrot. May also be used to write pure-Ruby gems. No overflow check or fixnum untagging required.

Used in optcarrot. May also be used to write pure-Ruby gems.
No overflow check or fixnum untagging required.
@matzbot matzbot requested a review from a team January 16, 2024 21:17
yjit/src/codegen.rs Outdated Show resolved Hide resolved
Co-authored-by: Takashi Kokubun <takashikkbn@gmail.com>
@maximecb maximecb merged commit afba09d into ruby:master Jan 17, 2024
96 checks passed
@maximecb maximecb deleted the yjit_int_rshift branch January 17, 2024 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants